Ternary operators ``` { return (RootComponent != nullptr) ? RootComponent->GetComponentLocation() : FVector::ZeroVector; } ```