UE5 - 총명한 가리키개 (Smart Pointer)
·
Unreal Engine/UE5
지난번에는 C++의 스마트 포인터를 알아보았는데 이번에는 언리얼의 스마트 포인터에 대해 알아보자!2024.07.01 - [C++] - #include Smart Pointer Smart Pointer" data-og-description="포인터는 개체의 메모리 주소를 저장하는 변수이다. 힙에 새 개체를 할당하거나 함수에 다른 함수를 전달하거나 배열이나 데이터 구조의 요소를 반복할 때 사용한다. 정적 메모리 할당(Static" data-og-host="code-gang.tistory.com" data-og-source-url="https://code-gang.tistory.com/49" data-og-url="https://code-gang.tistory.com/49" data-og-image="htt..