UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AnimNode_BlendSpaceSampleResult.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
8#include "AnimNode_BlendSpaceSampleResult.generated.h"
9
10// Root node of a blend space sample (sink node).
11// We dont use AnimNode_Root to let us distinguish these nodes in the property list at link time.
12USTRUCT(BlueprintInternalUseOnly)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define USTRUCT(...)
Definition ObjectMacros.h:746
Definition AnimNode_BlendSpaceSampleResult.h:14
Definition AnimNode_Root.h:13