When a non-root component for an actor is moved in the blueprint viewport, that component's PostEditComponentMove function is called.
Adding the actor to the main editor viewport and then moving the component does not call PostEditComponentMove.
void PostEditComponentMove(bool bFinished) override;
void UMySceneComponent::PostEditComponentMove(bool bFinished)
{
UE_LOG(LogTemp, Warning, TEXT("ComponentMoved"));
}
Result:
Nothing is printed to the output log when moving the component
Expected:
Main viewport behavior matches blueprint viewport behavior
I am not able to find world outliner how to enable it?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
What method is used to fill polygonal regions when drawing spline mesh at run time?
How to achieve HLSL Multiple Render Target in Material blueprints?
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
Head over to the existing Questions & Answers thread and let us know what's up.